home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 24 / AMIGAplus Sonderheft 24 (2000)(Falke)(DE)[!].iso / PublicDomain / Anwendungen / Identify / developer / include / proto / identify.h
C/C++ Source or Header  |  1999-04-22  |  277b  |  17 lines

  1. /*
  2. ** identify_protos.h
  3. **
  4. ** (C) 1996-98 Richard Körber -- All Rights Reserved
  5. */
  6.  
  7. #ifndef PROTO_IDENTIFY_H
  8. #define PROTO_IDENTIFY_H
  9.  
  10. #include <exec/types.h>
  11. extern struct Library *IdentifyBase;
  12. #include <clib/identify_protos.h>
  13. #include <pragmas/identify_pragmas.h>
  14.  
  15. #endif
  16.  
  17.